
* {
    box-sizing: border-box;
  }
  
  .row::after {
    content: "";
    clear: both;
    display: block;
  }
  
  [class*="col-"] {
    float: left;
    padding: 15px;
  }
  
  html {
    font-family: "Lucida Sans", sans-serif;
  }
  
  .header {
     position :fixed;
    top :0;left:0;right:0;
    background :#fff;
    padding:1.5rem 9%;
    
    align-items :center;
    justify-content :space-between;
    z-index :1000;
    box-shadow : 0 .3rem 1rem rgba(0,0,0,.1);
    
  }
  .top_nav{
    font-size: 1.4em;
    width:100%;
    display: inline-block;
    background-color: #f3f3f3;
    margin-top: 0px;
    padding-left:15px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    justify-content: space-between;
}
.top_nav li{
    list-style: none;
    padding:2px;
    float:left;
    margin-right: 30px;
}
.top_right{
    float:right;
    justify-content: space-between;
}
.nav2{
    display: inline-flex;
    position: relative;
    width:100%;
    justify-content: space-between;
    font-size: 2rem;
    
}
.nav2 li{
    list-style: none;
    text-decoration: none;
    padding:2px;
    float:left;
    margin-right: 30px;
   
}
.nav2 form{
    width:60vh;
    padding: 3px;
   
}
.nav2 input{
    width:100%;
    height:100%;
    padding:5px;
}
header .logo{
    font-size : 3rem;
    color :#333;
    font-weight :bolder;
}

header .logo span{
    color:red;
}
.navbar{
    background-color: #333;
    margin-top: 2px;
    padding:2px;
    color: white;
}
header .navbar a{
    font-size :2rem;
    padding : 1.5rem;
    color:rgb(255, 251, 251);
    text-decoration:none;
    
}
header .navbar a:hover{
    color :rgb(196, 250, 254);
}

header #toggler{
    display :none;
}

header .menu-btn{
    font-size :3rem;
    font-weight:bolder;
    border-radius :.5rem;
    cursor :pointer;
    display :none;

}

header .menu-btn img{
    width:4rem;
    height:4rem;
}

header .icons img{
    width:4rem;
    height:4rem;
    margin-right:2rem;
}

.home{
    padding:0;
    margin-top:7rem;
    margin-bottom:5rem;
    height:20vh;
}
.home .mySlides{
  height:100%;
 }


 .home .mySlides img{
    width:100%;
    height :24rem;;
     object-fit:cover;
   }


   .home .btn{
    position:absolute;
    top:20rem;right:10rem;
    padding :.7rem 3rem;
   }


.home .sl-contents{
    position:absolute;
    top:7rem;right:13rem;
    padding :.7rem 1rem;


   
}

.home .sl-contents h3{
    font-size: 3rem;
    color:#333;
}

.home .sl-contents span{
    font-size:1.5rem;
    color:#E0EEE0;
    padding :2rem 0;
    line-height:1.5;
}

.home .sl-contents p{
    font-size:1rem;
    color:white;
    padding :1rem 0;
    line-height :1.5;
}


  .menu a{
    text-decoration:none;
    color:#000;
  } 
  .menu a:hover{
    font-weight:bolder;
   color:#fff;
  } 
  .menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    
  }
  
  .menu li {
    padding: 8px;
    margin-bottom: 7px;
    background: #e1e1e1;
    color: #000;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  }
  
  .menu li:hover {
    background-color: #466eff;
    color:#fff;
  }
  .aside {
    background-color:#f1f1fd;
    padding: 5px 10px;
    color: #000000;
    text-align: center;
    font-size: 14px;
    border-radius:8px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  }
  .footer {
    background-image: url(/images/bg39.gif);
    background-size: cover;
    background-color: #0099cc;
    color: #070000;
    font-size: 12px;
    padding: 15px;
  }
  
  /* For desktop: */
  .col-1 {width: 8.33%;}
  .col-2 {width: 16.66%;}
  .col-3 {width: 25%;}
  .col-4 {width: 33.33%;}
  .col-5 {width: 41.66%;}
  .col-6 {width: 50%;}
  .col-7 {width: 58.33%;}
  .col-8 {width: 66.66%;}
  .col-9 {width: 75%;}
  .col-10 {width: 83.33%;}
  .col-11 {width: 91.66%;}
  .col-12 {width: 100%;}

  @media only screen and (min-width: 600px) {
    /* For tablets: */
    .col-s-1 {width: 8.33%;}
    .col-s-2 {width: 16.66%;}
    .col-s-3 {width: 25%;}
    .col-s-4 {width: 33.33%;}
    .col-s-5 {width: 41.66%;}
    .col-s-6 {width: 50%;}
    .col-s-7 {width: 58.33%;}
    .col-s-8 {width: 66.66%;}
    .col-s-9 {width: 75%;}
    .col-s-10 {width: 83.33%;}
    .col-s-11 {width: 91.66%;}
    .col-s-12 {width: 100%;}
  }
  
  @media only screen and (max-width: 768px) {
    /* For mobile phones: */
    [class*="col-"] {
      width: 100%;
    }
  }

    .brandname{
      font-weight:bold;
      font-size:20px;
      text-decoration: none;
     }
    
    #home_icon{
      background:#ffffff;
      padding:5px;
      border-radius:10px;
      
    }
    .strip{
      width:100%
    }
    .strip ul {
      list-style:none;
      display:inline-flex;
      
      
  }  
    .strip li{
          margin:0 10px;
          
    }

.banner img{
    height:250px;
    
}
.banner{
    background-image: url(/images/banner3a.gif);
    background-size:contain;
}

.cart{
  float:right;
    font-size: 16px;
    color: #0099cc;
  background-color:white;
  border-radius: 10px;
  padding:0 10px;
}
.cart a{
  text-decoration:none;
  padding:10px;
  border: 1px solid blue;
  
  font-weight:bold;

}
.cart img
{
	height:auto;
  width:30px;
  margin:0 -7px -3px 0
  
}
/* Style the form - display items horizontally */
.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
  }
  .Search{
      display: inline-flex;
      font: size 16px;
    justify-content:center;
  }  
  .Search input {
    height:25px;
    margin: 5px auto;
    
}  
.navigation{
  display:flex;
  justify-content:space-between;
   background:#466eff;
   height:40px;
   overflow:hidden;
 }
 .navigation ul{
  list-style-type: none;
  background-color: #466eff;
  overflow: hidden;
  margin: 2px;
  }
   .nav{
    list-style-type: none;
    background-color: #466eff;
    overflow: hidden;
    margin: 2px;
          } 
  .nav-btn{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .navigation li{
    float:left;
  }
   .navigation li a{
    display: block;
    padding: 8px;
    text-decoration: none;
    color:#fbfbfb;
    font-family:fangsong;
     }
.navigation li a:hover{
    background-color: white;
  color:black;
  }
/* Hide the link that should open and close the topnav on small screens */
.navigation .icon {
  display: none;
}
/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 600px) {
  .navigation a:not(:first-child) {display: none;}
  .navigation a.icon {
    float: right;
    display: block;
  }
}

.products{
  border: 2px solid #bbf;
  background-color: #f9f8fe;
  border-radius:5px;
  padding:10px;
  margin-bottom:20px;
 
  }
.products img{
height:200px;
overflow:hidden;
width:100%
}
.products img:hover{
width:105%;
opacity:80%;


}
.price{
font-weight:bold;
color:blue;
}
.price:hover{
color:black;
background-color:bisque

}
.products button:hover{
background-color:skyblue;
color:black
border-radius: 5%;
padding:1px 10px
}
#prqnty {
    width:50px;
  }
.product-name{
    overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1; /* number of lines to show */
  -webkit-box-orient: vertical;
 }


.Featured-section{
  background-color: lightyellow;
}

  .product-catergories img{
border-radius:60%;
height: 100px;
  }
  .shop-by-category-link a{
text-decoration: none;
text-justify: center;
  }
  .shop-by-category-link a:hover{
    font-weight: bolder;
   }
h1{
  color: red;
  margin: 0;
}
.blink {
    animation: blinker 1.5s linear infinite;
    color: red;
    font-family: sans-serif;
}
@keyframes blinker {
    50% {
        opacity: 0;
    }
}
.sellersbanner{
  background-image: url(/images/bgdeliver1.jpg);
  background-size:cover;
  color:yellow;
  font-family:Sans-serif;
    background-position: center center;
  animation: shrink 5s infinite alternate;
  padding:20px;
}
@keyframes shrink {
  0% {
    background-size: 110% 110%;
  }
  100% {
    background-size: 100% 100%;
  }
}
.sellersbanner h1{
 color: white;
}
.whyzimshops{
  text-align: center;
  background-color: yellow;
  font-family: serif;
}
.txtcenter{
  text-align: center;
}
.box1 {
  border:2px solid white;
  background:#f1f1f1;
  border-radius:3%;
 padding:5px
 box-sizing:border-box;
}
.regform input{
  width:100%;
  margin: 5px;
  
}
/* Account page  */
.account-page{
padding: 50px 0;
background: radial-gradient(#fff, #ffd6d6);

}
.form-container{
  background: #fff;
  width: 300px;
  height: 400px;
  position:relative;
  text-align: center;
  padding: 20px 0;
  margin: auto;
  box-shadow: 0 0 20px 0px rgba(0,0,0,0.1);
  overflow: hidden;
}
.form-container span{
  font-weight: bold;
  padding: 0 10px;
  color: #555
  cursor: pointer;
  width: 100px;
  display: inline-block;
  }
  .form-btn{
    display: inline-block;

  }
  .form-container form{
    max-width: 300px;
    padding: 0 20px;
    position: absolute;
    top:100px;
    transition: transform 1s;
 
  }
  .form-container form input{
  width: 100%;
  height: 30px;
  margin: 10px 0;
  padding: 0 10px;
  border: 1px solid #ccc;
  }
  .form-container form button{
  width: 100%;
  border: none;
  cursor: pointer;
  margin: 10px 0;
  font-weight: bold;
  padding:5px;
    border-radius:25px;
  }
  .form-container form button:focus{
    outline: none;
  }
  #LoginForm{
    left: -300px;  
  }
  #RegForm
 {
  left:0px;
 } 
 #Indicator{
  width: 100px;
  border: none;
  background: #ff523b;
  height:3px;
  margin-top: 8px;
  transform: translateX(65px);
  transition: transform 1s;

 }
 .account-page img{
  max-width:350px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  
}
#username{
  font-weight: bold;
  font-size: 12px;
}
.portalprods th{
  border: 1px solid #c4c2c2;
  }
 .portalprods td{
  border: 1px solid #c4c2c2;
  }
  .portalprods img{
    height: 4rem;
  }
  .portalprods input{
   background-color: #0099cc;
   color:white;
   font-weight: bold;
    border-radius:5px;
    padding: 2px 10px;
    margin:3px;
   }
    .p_button{
    width:100%;
    padding:5px;
    background-color: #0099cc;
    border-radius: 8px;
    color: #f9f9f9;
    font-size: larger;
    font-weight: bold;
    text-decoration: none;
  }
  .f_input{
    width: 100%;
    padding:5px;
    margin: 5px;
    border-radius: 8px;
  }
  /* media queries */

@media(max-width:991px){
    html{
        font-size : 55%;
    }

    header{
        padding:2rem;
    }

    .home{
        background-position :left;
    }

    section{
        padding :2rem;
    }


}

@media(max-width:768px){

    header .menu-btn{
        display :inline-block;
    }

   
    header .navbar{
        position :absolute;
        top :100% ;left:0;right:0;
        background:#eee;
        border-top : .1rem solid rgba(0,0,0,.1);
        clip-path: polygon(0 0, 100% 0, 100% 0,0 0);
    }

    header #toggler:checked ~ .navbar{
        clip-path: polygon(0 0,100% 0,100% 100%,0% 100%);
    }

    header .navbar a{
        margin :1.5rem;
        padding:1.5rem;
        background:#fff;
        border:.1rem solid rgba(0,0,0,.1);
        border-radius : 1rem;
        display:block;
    }

    .home .sl-contents h3{
        font-size :2rem;
    }

    .home .content span{
        font-size :2.5rem;
    }


.top_nav{
 display:none
}

}

@media(max-width:450px){
    html{
        font-size :50%;
    }

    .heading{
        font-size:3rem;
    }

}